(w32_draw_fringe_bitmap): Copy unadapted code from
authorKim F. Storm <storm@cua.dk>
Sun, 8 Feb 2004 23:20:23 +0000 (23:20 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 8 Feb 2004 23:20:23 +0000 (23:20 +0000)
commitfd06e8ead6dde077cdb98f22d507a26e94133ab5
treece59b0594e9ca0f09aee32dd743c8b399fed52a2
parentf439484a906f4f0b74fb3f26c2538d07fe5af032
(w32_draw_fringe_bitmap): Copy unadapted code from
xterm.c to handle overlayed fringe bitmaps and to use cursor color
for displaying cursor in fringe.
(w32_define_fringe_bitmap, w32_destroy_fringe_bitmap): New W32
specific functions to define and destroy fringe bitmaps in fringe_bmp.
(w32_redisplay_interface): Add them to redisplay_interface.
(w32_term_init): Call w32_init_fringe instead of explicitly
defining fringe bitmaps in fringe_bmp array.
(x_delete_display): Call w32_reset_fringes instead of explicitly
destroying fringe bitmaps in fringe_bmp array.
src/w32term.c